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. 拡張機能の基本情報
| 名前 | |
| ID | nindhoejacnmfmfmapkkaddajbimnimh |
| 公式URL | 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\/*"
]
}
} | |