Stash It
Bookmarks any page to your account at Stash It
什麼是Stash It?
Stash It是由https://stashit.pw開發的Chrome擴展程式,該擴展的主要功能是“Bookmarks any page to your account at Stash It”。
擴展截圖
下載Stash It擴展crx文件
下載Stash It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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
} | |