New Tab Rss Feed & Shots
Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose
什麼是New Tab Rss Feed & Shots?
New Tab Rss Feed & Shots是由Antonin Langlade開發的Chrome擴展程式,該擴展的主要功能是“Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose”。
擴展截圖
下載New Tab Rss Feed & Shots擴展crx文件
下載New Tab Rss Feed & Shots擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you can follow rss in your new tabs on Google Chrome. It permit to take a quickly look at news that you want to read. You can now see the shots from Dribbble ! Now the datas are saved into your google account !
擴展基本資訊
名稱 | |
ID | ameifmmflpopkpcajacpiiddfjjnpfog |
官方網址 | https://chrome.google.com/webstore/detail/new-tab-rss-feed-shots/ameifmmflpopkpcajacpiiddfjjnpfog |
簡介 | Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose |
檔案大小 | 101 KB |
安裝次數 | 14 |
目前版本 | 0.43 |
更新時間 | 2014-06-24 |
上架時間 | 2014-06-24 |
評分 | 3.20/5 共 5 次評分 |
開發者 | Antonin Langlade |
付費類型 | free |
支援的語言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Rss Feed & Shots", "version": "0.43", "description": "Customize your new tabs into Rss Feed & Shots with any urls you add and any shots you choose", "incognito": "split", "chrome_url_overrides": { "newtab": "app.html" }, "permissions": [ "storage" ], "author": "Antonin Langlade", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.dribbble.com; object-src 'self'" } |