Thrilld
Thrilld Google Chrome Extension
Was ist Thrilld?
Thrilld ist eine Chrome-Erweiterung, die von https://www.thrilld.com entwickelt wurde, und ihr Hauptmerkmal ist "Thrilld Google Chrome Extension".
Erweiterungsscreenshots
Thrilld-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thrilld-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Post images from anywhere on the web to your Thrilld scrapbook.
Grundlegende Informationen zur Erweiterung
Name | Thrilld |
ID | nindhoejacnmfmfmapkkaddajbimnimh |
Offizielle URL | https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh |
Beschreibung | Thrilld Google Chrome Extension |
Dateigröße | 31.08 KB |
Installationsanzahl | 67 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2016-02-10 |
Veröffentlichungsdatum | 2016-02-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.thrilld.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.thrilld.com/ |
Hilfeseite URL | http://www.thrilld.com/ |
Unterstützte Sprachen | 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\/*" ] } } |