hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
什麼是hotdogstandify?
hotdogstandify是由steverichey開發的Chrome擴展程式,該擴展的主要功能是“Bring the beauty of Hot Dog Stand to the web.”。
擴展截圖
下載hotdogstandify擴展crx文件
下載hotdogstandify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
官方網址 | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
簡介 | Bring the beauty of Hot Dog Stand to the web. |
檔案大小 | 7.07 KB |
安裝次數 | 18 |
目前版本 | 0.2.0 |
更新時間 | 2015-05-12 |
上架時間 | 2015-05-11 |
評分 | 4.33/5 共 6 次評分 |
開發者 | steverichey |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hotdogstandify", "description": "Bring the beauty of Hot Dog Stand to the web.", "version": "0.2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "hotdogstandify.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_16.png", "default_title": "hotdogstandify!" }, "icons": { "16": "icon_16.png", "32": "icon_32.png" }, "manifest_version": 2 } |