Thrilld
Thrilld Google Chrome Extension
ما هو Thrilld؟
Thrilld هو إضافة Chrome تم تطويرها بواسطة https://www.thrilld.com، والميزة الرئيسية لها هي "Thrilld Google Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Thrilld
قم بتنزيل ملفات الامتداد Thrilld بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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\/*" ] } } |