transpire
Annotate websites quickly and easily
ما هو transpire؟
transpire هو إضافة Chrome تم تطويرها بواسطة eric، والميزة الرئيسية لها هي "Annotate websites quickly and easily".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة transpire
قم بتنزيل ملفات الامتداد transpire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you have visual feedback for something you're viewing in your browser? Install the extension, click the icon, and start annotating right away.
معلومات أساسية عن التمديد
الاسم | |
ID | kiioceodgbfmhipolicjekjoongacejp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/transpire/kiioceodgbfmhipolicjekjoongacejp |
الوصف | Annotate websites quickly and easily |
حجم الملف | 20.37 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2014-10-25 |
تاريخ النشر | 2014-10-25 |
المطور | eric |
نوع الدفع | free |
موقع الإضافة | https://www.transpireapp.com |
عنوان صفحة المساعدة | https://www.transpireapp.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "transpire", "author": "transpireapp.com", "version": "0.2.1", "manifest_version": 2, "description": "Annotate websites quickly and easily", "homepage_url": "https:\/\/www.transpireapp.com", "icons": { "16": "icons\/transpire16.png", "48": "icons\/transpire48.png", "128": "icons\/transpire128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/lib\/transpire.js", "src\/bg\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/www.transpireapp.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icons\/transpire19.png" }, "permissions": [ "notifications", "activeTab", "tabs", "identity", "storage", "contextMenus", " |