Thrilld
Thrilld Google Chrome Extension
Τι είναι το Thrilld;
Το Thrilld είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.thrilld.com, και η κύρια λειτουργία του είναι "Thrilld Google Chrome Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thrilld
Λήψη αρχείων επέκτασης Thrilld σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Post images from anywhere on the web to your Thrilld scrapbook.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thrilld |
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\/*" ] } } |