Thrilld
Thrilld Google Chrome Extension
什麼是Thrilld?
Thrilld是由https://www.thrilld.com開發的Chrome擴展程式,該擴展的主要功能是“Thrilld Google Chrome Extension”。
擴展截圖
下載Thrilld擴展crx文件
下載Thrilld擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Post images from anywhere on the web to your Thrilld scrapbook.
擴展基本資訊
名稱 | Thrilld |
ID | nindhoejacnmfmfmapkkaddajbimnimh |
官方網址 | https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh |
簡介 | Thrilld Google Chrome Extension |
檔案大小 | 31.08 KB |
安裝次數 | 67 |
目前版本 | 1.0.8 |
更新時間 | 2016-02-10 |
上架時間 | 2016-02-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.thrilld.com |
付費類型 | free |
擴展官網 | http://www.thrilld.com/ |
說明頁面URL | http://www.thrilld.com/ |
支援的語言 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/construct.js", "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/default_icon.png", "default_title": "Share to Thrilld" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/construct.js", "js\/contentScript.js", "js\/popup.js", "js\/initContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "css": [ "css\/grid.css" ], "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/bookmarklet.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Thrilld Google Chrome Extension", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Thrilld", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "http:\/\/thrilld.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ "css\/bookmarklet.css", "images\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.thrilld.com\/*" ] } } |