Sassmeister Gist
On click opens current gist in sassmeister.
Sassmeister Gistคืออะไร?
Sassmeister Gist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bechtold และคุณลักษณะหลักของมันคือ "On click opens current gist in sassmeister."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sassmeister Gist
ดาวน์โหลดไฟล์ส่วนขยาย Sassmeister Gist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you are on a gist, a sass icon will appear in your omnibar. If you click it, this gist will be opened in Sassmeister.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | boegkhgnanloepggpijhdkpehjiaopie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sassmeister-gist/boegkhgnanloepggpijhdkpehjiaopie |
คำอธิบาย | On click opens current gist in sassmeister. |
ขนาดไฟล์ | 23.58 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-08-13 |
วันที่เผยแพร่ | 2014-08-13 |
ผู้พัฒนา | bechtold |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sassmeister Gist", "version": "1.0", "description": "On click opens current gist in sassmeister.", "icons": { "128": "icon_sass.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs" ], "manifest_version": 2, "page_action": { "default_icon": "icon_sass.png", "default_title": "Show gist in Sassmeister" }, "options_page": "options.html" } |