2016-04-06 27 views
0

Araç çubuğunda bir düğme bulunan bir krom uzantı var ve bunu bir yer imleri çubuğunun yanındaki URL çubuğuna koymak istiyorum. Bir page action değil, bir tarayıcı eylem kullanmak gerekirurl çubuğuna krom uzantısı simgesi koyun

{ 
    "name": "__MSG_appName__", 
    "version": "1.0.3", 
    "manifest_version": 2, 
    "description": "__MSG_appDesc__", 
    "default_locale": "en", 
     "icons": { 
      "128": "icon_128.png" 
     }, 
    "browser_action": { 
     "default_icon": "icon_128.png" 
    }, 
    "background": { 
     "scripts": [ 
      "background.js" 
     ] 
    }, 
    "permissions": [ 
     "tabs", 
     "activeTab", 
     "contextMenus" 
    ] 
} 
+0

Olası kopyalar (http://stackoverflow.com/questions/35755297/chrome-extension-page-action-appearing-outside-of-address-bar) –

cevap

0

:

İşte bu benim tezahür var.

Ancak Krom yanı araç çubuğunda sayfa eylem uzantı simgesi gösteren geçiş yapıyor tavsiye edilebilir:

http://news.softpedia.com/news/google-chrome-49-moves-all-your-extension-icons-501384.shtml https://chrome.googleblog.com/2016/01/new-year-new-chrome.html

[adres çubuğunun dışında görünen Chrome uzantısı sayfa eylemini] arasında
+0

Sayfa eylemini kullanıyorum ve hala araç çubuğunda. Google Asistan gitti, adres çubuğundaki simgeler gitti ... –

İlgili konular