hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
ما هو hotdogstandify؟
hotdogstandify هو إضافة Chrome تم تطويرها بواسطة steverichey، والميزة الرئيسية لها هي "Bring the beauty of Hot Dog Stand to the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة hotdogstandify
قم بتنزيل ملفات الامتداد hotdogstandify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
عنوان URL الرسمي | 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 } |