Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
什麼是Vine Quotes - New Tab?
Vine Quotes - New Tab是由nworthington16dev開發的Chrome擴展程式,該擴展的主要功能是“Displays a new vine quote along with the user's top sites every time new tab is opened”。
擴展截圖
下載Vine Quotes - New Tab擴展crx文件
下載Vine Quotes - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
擴展基本資訊
名稱 | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
官方網址 | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
簡介 | Displays a new vine quote along with the user's top sites every time new tab is opened |
檔案大小 | 6.96 KB |
安裝次數 | 11 |
目前版本 | 1.0 |
更新時間 | 2018-12-04 |
上架時間 | 2018-12-04 |
開發者 | nworthington16dev |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vine Quotes - New Tab", "version": "1.0", "description": "Displays a new vine quote along with the user's top sites every time new tab is opened", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ] } |