Reddit Inline
L337 R3DD17
什麼是Reddit Inline?
Reddit Inline是由Anvaka開發的Chrome擴展程式,該擴展的主要功能是“L337 R3DD17”。
擴展截圖
下載Reddit Inline擴展crx文件
下載Reddit Inline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to browse reddit.com with no need to press "back" button or to close opened tabs. It renders your subreddits inside developer tools window, and opens links in the attached window. Unlike other reddit extensions this is the first extension which allows you to browse any website and have complete browsing experience, without compromising your security (since target pages do not have access to developer tools). I hope you enjoy the project and help me to make it better. It is open source and you are very welcome to contribute to the project: https://github.com/anvaka/reddit-inline :) Cheers Anvaka
擴展基本資訊
名稱 | Reddit Inline |
ID | libfancpdbegemadjcfcaaiicbhalkin |
官方網址 | https://chromewebstore.google.com/detail/reddit-inline/libfancpdbegemadjcfcaaiicbhalkin |
簡介 | L337 R3DD17 |
檔案大小 | 126 KB |
安裝次數 | 457 |
目前版本 | 0.3 |
更新時間 | 2013-02-07 |
上架時間 | 2013-02-07 |
評分 | 4.47/5 共 15 次評分 |
開發者 | Anvaka |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Inline", "description": "L337 R3DD17", "version": "0.3", "icons": { "16": "assets\/logo-16.png", "128": "assets\/logo-128.png" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "permissions": [ "*:\/\/*.reddit.com\/", "cookies" ] } |