Stashio [URL Saver]

Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.

什麼是Stashio [URL Saver]?

Stashio [URL Saver]是由generaleye開發的Chrome擴展程式,該擴展的主要功能是“Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.”。

擴展截圖

screenshot
screenshot

下載Stashio [URL Saver]擴展crx文件

下載Stashio [URL Saver]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Too many tabs open in your browser?
Hello there, Stashio is here to fix that.
Save important URLs to your Stash and come back to them later.

Features:
 • Save URL of your current Tab
 • Save URLs of all Tabs in your browser
 • Manage Saved URLs in your stash
 • Stashio is synced with your Google account 

Impressed yet? :)
Please Share with your friends and don't forget to Rate it.                    

擴展基本資訊

名稱 Stashio [URL Saver] Stashio [URL Saver]
ID iiddbgfemncjgcakigjjcifnjkhiombp
官方網址 https://chromewebstore.google.com/detail/stashio-url-saver/iiddbgfemncjgcakigjjcifnjkhiombp
簡介 Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.
檔案大小 43.3 KB
安裝次數 443
目前版本 1.0.2
更新時間 2016-12-20
上架時間 2016-12-20
評分 4.67/5 共 3 次評分
開發者 generaleye
付費類型 free
支援的語言 en
manifest.json
{
    "name": "Stashio [URL Saver]",
    "short_name": "Stashio",
    "description": "Save URLs to your Stash. You don't have to open several tabs anymore. Keep URLs in your Stash and come back to them anytime.",
    "icons": {
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": "icons\/logo_48.png",
        "default_popup": "popup.html",
        "default_title": "Save URLs to your Stash"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "generaleye ",
    "offline_enabled": true
}