Stash It
Bookmarks any page to your account at Stash It
ما هو Stash It؟
Stash It هو إضافة Chrome تم تطويرها بواسطة https://stashit.pw، والميزة الرئيسية لها هي "Bookmarks any page to your account at Stash It".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stash It
قم بتنزيل ملفات الامتداد Stash It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later.
Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you. معلومات أساسية عن التمديد
| الاسم | |
| ID | kiampenlggkcbinagaglpcbhbghpdmah |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
| الوصف | Bookmarks any page to your account at Stash It |
| حجم الملف | 11.28 KB |
| عدد التثبيتات | 13 |
| النسخة الحالية | 1.8 |
| آخر تحديث | 2015-09-11 |
| تاريخ النشر | 2015-09-11 |
| المطور | https://stashit.pw |
| نوع الدفع | free |
| موقع الإضافة | https://stashitt.pw |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stash It",
"short_name": "Stash It",
"description": "Bookmarks any page to your account at Stash It",
"homepage_url": "https:\/\/stashit.pw",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "Stash It"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"version": "1.8",
"manifest_version": 2
} | |