Anything
get reminded of anything on every new tab
ما هو Anything؟
Anything هو إضافة Chrome تم تطويرها بواسطة gabolobl، والميزة الرئيسية لها هي "get reminded of anything on every new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anything
قم بتنزيل ملفات الامتداد Anything بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Attaining a perfect balance between simplicity and customization, Anything becomes anything you want it to be. Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set. What will you use it for?
معلومات أساسية عن التمديد
الاسم | Anything |
ID | blgigoijbkappfcgilbmnkhhbdhpapnj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj |
الوصف | get reminded of anything on every new tab |
حجم الملف | 286 KB |
عدد التثبيتات | 59 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-02-04 |
تاريخ النشر | 2021-01-31 |
المطور | gabolobl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gabriellobl.com/ |
عنوان صفحة سياسة الخصوصية | https://gabriellobl.github.io/visualize-life |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anything", "version": "1.0.3", "manifest_version": 2, "description": "get reminded of anything on every new tab", "icons": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "default_title": "Anything" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |