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
官方URL 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
}