Magic Hat
Store interesting pages in the hat
ما هو Magic Hat؟
Magic Hat هو إضافة Chrome تم تطويرها بواسطة William Yao، والميزة الرئيسية لها هي "Store interesting pages in the hat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Magic Hat
قم بتنزيل ملفات الامتداد Magic Hat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Found an interesting webpage, funny picture, whatever? Store it in the hat! Then pick something random out of the hat whenever you need something to do.
معلومات أساسية عن التمديد
الاسم | Magic Hat |
ID | eeakklijcokabhlabhbpjmoedpehejln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln |
الوصف | Store interesting pages in the hat |
حجم الملف | 15.46 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2014-01-04 |
تاريخ النشر | 2014-01-03 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | William Yao |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic Hat", "version": "1.2.1", "description": "Store interesting pages in the hat", "browser_action": { "default_title": "Got something for the hat?", "default_popup": "popup.htm", "default_icon": { "19": "artassets\/magichat19.png", "38": "artassets\/magichat38.png" } }, "options_page": "options.htm", "author": [ "William Yao" ], "icons": { "128": "artassets\/magichat128.png" }, "background": { "persistent": false, "scripts": [ "magic_hat.js" ] }, "commands": { "pull-hat": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Pull a page out of the hat" } }, "permissions": [ "tabs", "storage" ] } |