What The Hash?
Find out #wtf everyone is saying
ما هو What The Hash?؟
What The Hash? هو إضافة Chrome تم تطويرها بواسطة Eleazar Vega-Gonzalez، والميزة الرئيسية لها هي "Find out #wtf everyone is saying".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة What The Hash?
قم بتنزيل ملفات الامتداد What The Hash? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
#omg #tbt #ff #fbf #yolo Tired of keeping up with the latest hashtags? With "What the Hash?" just hover over a hashtag on twitter, Facebook, or anywhere else and immediately get a definition. Built using the tagdef API http://www.tagdef.com
معلومات أساسية عن التمديد
الاسم | |
ID | dccmckjomcladobbckpcgcgkflnelioc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/what-the-hash/dccmckjomcladobbckpcgcgkflnelioc |
الوصف | Find out #wtf everyone is saying |
حجم الملف | 56.19 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-02-16 |
تاريخ النشر | 2014-02-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Eleazar Vega-Gonzalez |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What The Hash?", "version": "1.0", "description": "Find out #wtf everyone is saying", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "96": "96.png", "128": "128.png", "256": "256.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "explained.js" ] } ], "background": { "page": "background.html", "js": [ "jquery-2.1.0.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.tagdef.com\/*", "storage" ] } |