transpire
Annotate websites quickly and easily
transpireคืออะไร?
transpire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eric และคุณลักษณะหลักของมันคือ "Annotate websites quickly and easily"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย transpire
ดาวน์โหลดไฟล์ส่วนขยาย transpire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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", " |