G App Launcher (Customizer for Google™)
The best access to Google™ Services and Websites
什么是G App Launcher (Customizer for Google™)?
G App Launcher (Customizer for Google™)是由https://apps.jeurissen.co开发的Chrome扩展程序,该扩展的主要功能是“The best access to Google™ Services and Websites”。
扩展截图
下载G App Launcher (Customizer for Google™)扩展crx文件
下载G App Launcher (Customizer for Google™)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
G App Launcher helps optimize your workflow by letting you open your most commonly-used websites from the browser toolbar. It opens shortcuts in a new tab so you can stay productive your own way. Easy to access Open the launcher extension from any page with just a click or through a keyboard shortcut. Packed with more than 1,000 shortcuts Add any Google website to the launcher or create your own shortcut to sites that you visit often. Over 1,000 shortcuts are available, including really obscure websites and action-based shortcuts. You can also add apps from Google Workspace. Customizable Personalize the launcher with shortcuts of your choice, with many options for layout and appearance. Dark theme is supported. Integrated Launch shortcuts with the same account as the page you’re currently on. Replace the default Google app launcher with this extension to bring your shortcuts with you on Google websites. Synced and secure Carry your personalized launcher across devices with support for browser-based extension sync. This means only you have access to your shortcuts; these are never sent to our system. Thoughtfully designed Feel at home with the familiar design based on the original app launcher. Your shortcuts are accessible through keyboard navigation. Note on permissions We value your privacy and security. G App Launcher requires additional permissions which the browser will inform about this on installation or first use. G App Launcher only uses these permissions for: - automatically getting the icon for websites you add manually, - replacing the default app launcher on Google shortcuts with G App Launcher, - making sure the shortcuts launched for Google websites are for the same account that you’re currently signed in on, and - correctly triggering action shortcuts related to the website you’re on (such as ‘Gmail send this’ or ‘Bookmark this’).
扩展基本信息
名称 | G App Launcher (Customizer for Google™) |
ID | ponjkmladgjfjgllmhnkhgbgocdigcjm |
官方URL | https://chromewebstore.google.com/detail/g-app-launcher-customizer/ponjkmladgjfjgllmhnkhgbgocdigcjm |
简介 | The best access to Google™ Services and Websites |
文件大小 | 1.32 MB |
安装次数 | 90,810 |
当前版本 | 27.8.0 |
更新时间 | 2024-02-23 |
上架时间 | 2020-06-14 |
评分 | 3.87/5 共439次评分 |
开发者 | https://apps.jeurissen.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://apps.jeurissen.co/g-app-launcher |
帮助页面URL | https://apps.jeurissen.co/g-app-launcher/contact |
隐私政策页面URL | https://apps.jeurissen.co/privacy-policy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "27.8.0", "name": "G App Launcher (Customizer for Google\u2122)", "short_name": "G App Launcher", "description": "__MSG_cj_i18n_01718__", "author": "Carlos Jeurissen", "homepage_url": "https:\/\/apps.jeurissen.co\/g-app-launcher", "developer": { "name": "Carlos Jeurissen", "url": "https:\/\/apps.jeurissen.co\/" }, "default_locale": "en", "content_security_policy": "default-src 'none'; child-src 'none'; manifest-src 'none'; frame-src 'none'; media-src 'none'; object-src 'none'; worker-src 'none'; connect-src https: chrome-extension: https:\/\/accounts.google.com\/ https:\/\/ogs.google.com\/ https:\/\/www.googleapis.com\/appsmarket\/v2\/installedApps\/; font-src 'self'; img-src https: http: https:\/\/t0.gstatic.com\/ https:\/\/t1.gstatic.com\/ https:\/\/t2.gstatic.com\/ https:\/\/t3.gstatic.com\/ https:\/\/www.google.com\/ data:; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline'; style-src-attr 'self' 'unsafe-inline'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; base-uri 'none'; form-action 'none'; report-uri https:\/\/api.jeurissen.co\/reports\/csp\/webext\/main-chrome\/v27_8_0\/", "offline_enabled": true, "container": "GOOGLE_DRIVE", "browser_specific_settings": { "gecko": { "id": "{5C46D283-ABDE-4dce-B83C-08881401921C}" } }, "externally_connectable": { "ids": [ "aiekbiaglgnfojebpkemjkgaofkhfodf", "jegfmclagmheobcjojbiohjekamkpbeb", "odhlcadbopildpgohnmnknegjdnnpehl", "ponjkmladgjfjgllmhnkhgbgocdigcjm" ], "accepts_tls_channel_id": false }, "minimum_chrome_version": "21", "minimum_opera_version": "15", "icons": { "16": "\/images\/extension\/alg\/icon-16.png", "32": "\/images\/extension\/alg\/icon-32.png", "48": "\/images\/extension\/alg\/icon-48.png", "96": "\/images\/extension\/alg\/icon-96.png", "128": "\/images\/extension\/alg\/icon-128.png", "256": "\/images\/extension\/alg\/icon-256.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/**", "https:\/\/*\/**" ], "background": { "page": "\/views\/background.html", "persistent": false }, "options_ui": { "page": "\/views\/options.html", "browser_style": false, "open_in_tab": true }, "commands": { "_execute_browser_action": { "description": "__MSG_cj_i18n_01675__" } }, "content_scripts": [ { "js": [ "\/scripts\/cs-tasks.js" ], "css": [ "\/styles\/cs-tasks.css" ], "matches": [ "https:\/\/*.google.com\/embed\/*", "https:\/\/*.google.com\/u\/?\/embed\/*" ], "include_globs": [ "https:\/\/tasks.google.com\/*" ], "run_at": "document_start" }, { "js": [ "\/scripts\/cs-applauncher.js" ], "matches": [ "*:\/\/*.google.ac\/*", "*:\/\/*.google.ad\/*", "*:\/\/*.google.ae\/*", "*:\/\/*.google.af\/*", "*:\/\/*.google.ag\/*", "*:\/\/*.google.al\/*", "*:\/\/*.google.am\/*", "*:\/\/*.google.as\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.az\/*", "*:\/\/*.google.ba\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.bf\/*", "*:\/\/*.google.bg\/*", "*:\/\/*.google.bi\/*", "*:\/\/*.google.bj\/*", "*:\/\/*.google.bo\/*", "*:\/\/*.google.bs\/*", "*:\/\/*.google.bt\/*", "*:\/\/*.google.by\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.cat\/*", "*:\/\/*.google.cc\/*", "*:\/\/*.google.cd\/*", "*:\/\/*.google.cf\/*", "*:\/\/*.google.cg\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.ci\/*", "*:\/\/*.google.cl\/*", "*:\/\/*.google.cm\/*", "*:\/\/*.google.cn\/*", "*:\/\/*.google.co\/*", "*:\/\/*.google.co.ao\/*", "*:\/\/*.google.co.bw\/*", "*:\/\/*.google.co.ck\/*", "*:\/\/*.google.co.cr\/*", "*:\/\/*.google.co.hu\/*", "*:\/\/*.google.co.id\/*", "*:\/\/*.google.co.il\/*", "*:\/\/*.google.co.im\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.co.je\/*", "*:\/\/*.google.co.jp\/*", "*:\/\/*.google.co.ke\/*", "*:\/\/*.google.co.kr\/*", "*:\/\/*.google.co.ls\/*", "*:\/\/*.google.co.ma\/*", "*:\/\/*.google.co.mz\/*", "*:\/\/*.google.co.nz\/*", "*:\/\/*.google.co.th\/*", "*:\/\/*.google.co.tz\/*", "*:\/\/*.google.co.ug\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.google.co.uz\/*", "*:\/\/*.google.co.ve\/*", "*:\/\/*.google.co.vi\/*", "*:\/\/*.google.co.za\/*", "*:\/\/*.google.co.zm\/*", "*:\/\/*.google.co.zw\/*", "*:\/\/*.google.com\/*", "*:\/\/*.google.com.af\/*", "*:\/\/*.google.com.ag\/*", "*:\/\/*.google.com.ai\/*", "*:\/\/*.google.com.ar\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.com.bd\/*", "*:\/\/*.google.com.bh\/*", "*:\/\/*.google.com.bn\/*", "*:\/\/*.google.com.bo\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.com.by\/*", "*:\/\/*.google.com.bz\/*", "*:\/\/*.google.com.co\/*", "*:\/\/*.google.com.cu\/*", "*:\/\/*.google.com.cy\/*", "*:\/\/*.google.com.do\/*", "*:\/\/*.google.com.ec\/*", "*:\/\/*.google.com.eg\/*", "*:\/\/*.google.com.et\/*", "*:\/\/*.google.com.fj\/*", "*:\/\/*.google.com.ge\/*", "*:\/\/*.google.com.gh\/*", "*:\/\/*.google.com.gi\/*", "*:\/\/*.google.com.gr\/*", "*:\/\/*.google.com.gt\/*", "*:\/\/*.google.com.hk\/*", "*:\/\/*.google.com.iq\/*", "*:\/\/*.google.com.jm\/*", "*:\/\/*.google.com.jo\/*", "*:\/\/*.google.com.kh\/*", "*:\/\/*.google.com.kw\/*", "*:\/\/*.google.com.lb\/*", "*:\/\/*.google.com.lc\/*", "*:\/\/*.google.com.ly\/*", "*:\/\/*.google.com.mm\/*", "*:\/\/*.google.com.mt\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.com.my\/*", "*:\/\/*.google.com.na\/*", "*:\/\/*.google.com.nf\/*", "*:\/\/*.google.com.ng\/*", "*:\/\/*.google.com.ni\/*", "*:\/\/*.google.com.np\/*", "*:\/\/*.google.com.nr\/*", "*:\/\/*.google.com.om\/*", "*:\/\/*.google.com.pa\/*", "*:\/\/*.google.com.pe\/*", "*:\/\/*.google.com.pg\/*", "*:\/\/*.google.com.ph\/*", "*:\/\/*.google.com.pk\/*", "*:\/\/*.google.com.pr\/*", "*:\/\/*.google.com.py\/*", "*:\/\/*.google.com.qa\/*", "*:\/\/*.google.com.ru\/*", "*:\/\/*.google.com.sa\/*", "*:\/\/*.google.com.sb\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.com.sl\/*", "*:\/\/*.google.com.sv\/*", "*:\/\/*.google.com.tj\/*", "*:\/\/*.google.com.tn\/*", "*:\/\/*.google.com.tr\/*", "*:\/\/*.google.com.tw\/*", "*:\/\/*.google.com.ua\/*", "*:\/\/*.google.com.uy\/*", "*:\/\/*.google.com.vc\/*", "*:\/\/*.google.com.vn\/*", "*:\/\/*.google.cv\/*", "*:\/\/*.google.cz\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.dj\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.dm\/*", "*:\/\/*.google.do\/*", "*:\/\/*.google.dz\/*", "*:\/\/*.google.ec\/*", "*:\/\/*.google.ee\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.fm\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.ga\/*", "*:\/\/*.google.gd\/*", "*:\/\/*.google.ge\/*", "*:\/\/*.google.gf\/*", "*:\/\/*.google.gg\/*", "*:\/\/*.google.gl\/*", "*:\/\/*.google.gm\/*", "*:\/\/*.google.gp\/*", "*:\/\/*.google.gr\/*", "*:\/\/*.google.gy\/*", "*:\/\/*.google.hk\/*", "*:\/\/*.google.hn\/*", "*:\/\/*.google.hr\/*", "*:\/\/*.google.ht\/*", "*:\/\/*.google.hu\/*", "*:\/\/*.google.ie\/*", "*:\/\/*.google.im\/*", "*:\/\/*.google.io\/*", "*:\/\/*.google.iq\/*", "*:\/\/*.google.is\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.it.ao\/*", "*:\/\/*.google.je\/*", "*:\/\/*.google.jo\/*", "*:\/\/*.google.kg\/*", "*:\/\/*.google.ki\/*", "*:\/\/*.google.kz\/*", "*:\/\/*.google.la\/*", "*:\/\/*.google.li\/*", "*:\/\/*.google.lk\/*", "*:\/\/*.google.lt\/*", "*:\/\/*.google.lu\/*", "*:\/\/*.google.lv\/*", "*:\/\/*.google.md\/*", "*:\/\/*.google.me\/*", "*:\/\/*.google.mg\/*", "*:\/\/*.google.mk\/*", "*:\/\/*.google.ml\/*", "*:\/\/*.google.mn\/*", "*:\/\/*.google.ms\/*", "*:\/\/*.google.mu\/*", "*:\/\/*.google.mv\/*", "*:\/\/*.google.mw\/*", "*:\/\/*.google.mx\/*", "*:\/\/*.google.ne\/*", "*:\/\/*.google.ng\/*", "*:\/\/*.google.nl\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.nr\/*", "*:\/\/*.google.nu\/*", "*:\/\/*.google.ph\/*", "*:\/\/*.google.pk\/*", "*:\/\/*.google.pl\/*", "*:\/\/*.google.pn\/*", "*:\/\/*.google.ps\/*", "*:\/\/*.google.pt\/*", "*:\/\/*.google.qa\/*", "*:\/\/*.google.ro\/*", "*:\/\/*.google.rs\/*", "*:\/\/*.google.ru\/*", "*:\/\/*.google.rw\/*", "*:\/\/*.google.sc\/*", "*:\/\/*.google.se\/*", "*:\/\/*.google.sg\/*", "*:\/\/*.google.sh\/*", "*:\/\/*.google.si\/*", "*:\/\/*.google.sk\/*", "*:\/\/*.google.sl\/*", "*:\/\/*.google.sm\/*", "*:\/\/*.google.sn\/*", "*:\/\/*.google.so\/*", "*:\/\/*.google.sr\/*", "*:\/\/*.google.st\/*", "*:\/\/*.google.td\/*", "*:\/\/*.google.tg\/*", "*:\/\/*.google.tk\/*", "*:\/\/*.google.tl\/*", "*:\/\/*.google.tm\/*", "*:\/\/*.google.tn\/*", "*:\/\/*.google.to\/*", "*:\/\/*.google.tt\/*", "*:\/\/*.google.tw\/*", "*:\/\/*.google.ua\/*", "*:\/\/*.google.us\/*", "*:\/\/*.google.vg\/*", "*:\/\/*.google.vn\/*", "*:\/\/*.google.vu\/*", "*:\/\/*.google.ws\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "\/scripts\/cs-ogsframe.js" ], "matches": [ "*:\/\/*.google.ac\/*", "*:\/\/*.google.ad\/*", "*:\/\/*.google.ae\/*", "*:\/\/*.google.af\/*", "*:\/\/*.google.ag\/*", "*:\/\/*.google.al\/*", "*:\/\/*.google.am\/*", "*:\/\/*.google.as\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.az\/*", "*:\/\/*.google.ba\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.bf\/*", "*:\/\/*.google.bg\/*", "*:\/\/*.google.bi\/*", "*:\/\/*.google.bj\/*", "*:\/\/*.google.bo\/*", "*:\/\/*.google.bs\/*", "*:\/\/*.google.bt\/*", "*:\/\/*.google.by\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.cat\/*", "*:\/\/*.google.cc\/*", "*:\/\/*.google.cd\/*", "*:\/\/*.google.cf\/*", "*:\/\/*.google.cg\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.ci\/*", "*:\/\/*.google.cl\/*", "*:\/\/*.google.cm\/*", "*:\/\/*.google.cn\/*", "*:\/\/*.google.co\/*", "*:\/\/*.google.co.ao\/*", "*:\/\/*.google.co.bw\/*", "*:\/\/*.google.co.ck\/*", "*:\/\/*.google.co.cr\/*", "*:\/\/*.google.co.hu\/*", "*:\/\/*.google.co.id\/*", "*:\/\/*.google.co.il\/*", "*:\/\/*.google.co.im\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.co.je\/*", "*:\/\/*.google.co.jp\/*", "*:\/\/*.google.co.ke\/*", "*:\/\/*.google.co.kr\/*", "*:\/\/*.google.co.ls\/*", "*:\/\/*.google.co.ma\/*", "*:\/\/*.google.co.mz\/*", "*:\/\/*.google.co.nz\/*", "*:\/\/*.google.co.th\/*", "*:\/\/*.google.co.tz\/*", "*:\/\/*.google.co.ug\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.google.co.uz\/*", "*:\/\/*.google.co.ve\/*", "*:\/\/*.google.co.vi\/*", "*:\/\/*.google.co.za\/*", "*:\/\/*.google.co.zm\/*", "*:\/\/*.google.co.zw\/*", "*:\/\/*.google.com\/*", "*:\/\/*.google.com.af\/*", "*:\/\/*.google.com.ag\/*", "*:\/\/*.google.com.ai\/*", "*:\/\/*.google.com.ar\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.com.bd\/*", "*:\/\/*.google.com.bh\/*", "*:\/\/*.google.com.bn\/*", "*:\/\/*.google.com.bo\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.com.by\/*", "*:\/\/*.google.com.bz\/*", "*:\/\/*.google.com.co\/*", "*:\/\/*.google.com.cu\/*", "*:\/\/*.google.com.cy\/*", "*:\/\/*.google.com.do\/*", "*:\/\/*.google.com.ec\/*", "*:\/\/*.google.com.eg\/*", "*:\/\/*.google.com.et\/*", "*:\/\/*.google.com.fj\/*", "*:\/\/*.google.com.ge\/*", "*:\/\/*.google.com.gh\/*", "*:\/\/*.google.com.gi\/*", "*:\/\/*.google.com.gr\/*", "*:\/\/*.google.com.gt\/*", "*:\/\/*.google.com.hk\/*", "*:\/\/*.google.com.iq\/*", "*:\/\/*.google.com.jm\/*", "*:\/\/*.google.com.jo\/*", "*:\/\/*.google.com.kh\/*", "*:\/\/*.google.com.kw\/*", "*:\/\/*.google.com.lb\/*", "*:\/\/*.google.com.lc\/*", "*:\/\/*.google.com.ly\/*", "*:\/\/*.google.com.mm\/*", "*:\/\/*.google.com.mt\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.com.my\/*", "*:\/\/*.google.com.na\/*", "*:\/\/*.google.com.nf\/*", "*:\/\/*.google.com.ng\/*", "*:\/\/*.google.com.ni\/*", "*:\/\/*.google.com.np\/*", "*:\/\/*.google.com.nr\/*", "*:\/\/*.google.com.om\/*", "*:\/\/*.google.com.pa\/*", "*:\/\/*.google.com.pe\/*", "*:\/\/*.google.com.pg\/*", "*:\/\/*.google.com.ph\/*", "*:\/\/*.google.com.pk\/*", "*:\/\/*.google.com.pr\/*", "*:\/\/*.google.com.py\/*", "*:\/\/*.google.com.qa\/*", "*:\/\/*.google.com.ru\/*", "*:\/\/*.google.com.sa\/*", "*:\/\/*.google.com.sb\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.com.sl\/*", "*:\/\/*.google.com.sv\/*", "*:\/\/*.google.com.tj\/*", "*:\/\/*.google.com.tn\/*", "*:\/\/*.google.com.tr\/*", "*:\/\/*.google.com.tw\/*", "*:\/\/*.google.com.ua\/*", "*:\/\/*.google.com.uy\/*", "*:\/\/*.google.com.vc\/*", "*:\/\/*.google.com.vn\/*", "*:\/\/*.google.cv\/*", "*:\/\/*.google.cz\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.dj\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.dm\/*", "*:\/\/*.google.do\/*", "*:\/\/*.google.dz\/*", "*:\/\/*.google.ec\/*", "*:\/\/*.google.ee\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.fm\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.ga\/*", "*:\/\/*.google.gd\/*", "*:\/\/*.google.ge\/*", "*:\/\/*.google.gf\/*", "*:\/\/*.google.gg\/*", "*:\/\/*.google.gl\/*", "*:\/\/*.google.gm\/*", "*:\/\/*.google.gp\/*", "*:\/\/*.google.gr\/*", "*:\/\/*.google.gy\/*", "*:\/\/*.google.hk\/*", "*:\/\/*.google.hn\/*", "*:\/\/*.google.hr\/*", "*:\/\/*.google.ht\/*", "*:\/\/*.google.hu\/*", "*:\/\/*.google.ie\/*", "*:\/\/*.google.im\/*", "*:\/\/*.google.io\/*", "*:\/\/*.google.iq\/*", "*:\/\/*.google.is\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.it.ao\/*", "*:\/\/*.google.je\/*", "*:\/\/*.google.jo\/*", "*:\/\/*.google.kg\/*", "*:\/\/*.google.ki\/*", "*:\/\/*.google.kz\/*", "*:\/\/*.google.la\/*", "*:\/\/*.google.li\/*", "*:\/\/*.google.lk\/*", "*:\/\/*.google.lt\/*", "*:\/\/*.google.lu\/*", "*:\/\/*.google.lv\/*", "*:\/\/*.google.md\/*", "*:\/\/*.google.me\/*", "*:\/\/*.google.mg\/*", "*:\/\/*.google.mk\/*", "*:\/\/*.google.ml\/*", "*:\/\/*.google.mn\/*", "*:\/\/*.google.ms\/*", "*:\/\/*.google.mu\/*", "*:\/\/*.google.mv\/*", "*:\/\/*.google.mw\/*", "*:\/\/*.google.mx\/*", "*:\/\/*.google.ne\/*", "*:\/\/*.google.ng\/*", "*:\/\/*.google.nl\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.nr\/*", "*:\/\/*.google.nu\/*", "*:\/\/*.google.ph\/*", "*:\/\/*.google.pk\/*", "*:\/\/*.google.pl\/*", "*:\/\/*.google.pn\/*", "*:\/\/*.google.ps\/*", "*:\/\/*.google.pt\/*", "*:\/\/*.google.qa\/*", "*:\/\/*.google.ro\/*", "*:\/\/*.google.rs\/*", "*:\/\/*.google.ru\/*", "*:\/\/*.google.rw\/*", "*:\/\/*.google.sc\/*", "*:\/\/*.google.se\/*", "*:\/\/*.google.sg\/*", "*:\/\/*.google.sh\/*", "*:\/\/*.google.si\/*", "*:\/\/*.google.sk\/*", "*:\/\/*.google.sl\/*", "*:\/\/*.google.sm\/*", "*:\/\/*.google.sn\/*", "*:\/\/*.google.so\/*", "*:\/\/*.google.sr\/*", "*:\/\/*.google.st\/*", "*:\/\/*.google.td\/*", "*:\/\/*.google.tg\/*", "*:\/\/*.google.tk\/*", "*:\/\/*.google.tl\/*", "*:\/\/*.google.tm\/*", "*:\/\/*.google.tn\/*", "*:\/\/*.google.to\/*", "*:\/\/*.google.tt\/*", "*:\/\/*.google.tw\/*", "*:\/\/*.google.ua\/*", "*:\/\/*.google.us\/*", "*:\/\/*.google.vg\/*", "*:\/\/*.google.vn\/*", "*:\/\/*.google.vu\/*", "*:\/\/*.google.ws\/*" ], "include_globs": [ "https:\/\/ogs.google.*\/widget\/app*", "https:\/\/ogs.google.*\/u\/?\/widget\/app*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/views\/embed.html" ], "options_page": "\/views\/options.html", "browser_action": { "browser_style": false, "default_area": "navbar", "default_popup": "\/views\/app.html", "default_title": "__MSG_cj_i18n_01675__", "default_icon": { "16": "\/images\/action\/alg\/alg-16.png", "19": "\/images\/action\/alg\/alg-19.png", "32": "\/images\/action\/alg\/alg-32.png", "38": "\/images\/action\/alg\/alg-38.png" } } } |