Credits

Learn who created the websites you visit

什麼是Credits?

Credits是由https://makesites.org開發的Chrome擴展程式,該擴展的主要功能是“Learn who created the websites you visit”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Credits擴展crx文件

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

擴展使用說明

                        Credits is an extension that promotes the technical and artistic people that contribute in the development and evolution of the Web. 

By displaying a single icon in Chrome's toolbar, visitors have immediate access to the website's humans.txt file, which is a standard way to display information about the different people who have contributed in the construction of the website they are viewing.

Presentation is similar to a traditional credit roll. ASCII art is supported with main consideration being the max width of the popup window (800px)

We invite everyone to give credit to the teams responsible for the web applications we use every day, by installing and using this extension. Our hope is to reward creative people for their hard work and encourage them to do even more through recognition of their contributions. 

Originally created as a weekend hackathon organized by Makesites.org                    

擴展基本資訊

名稱 Credits Credits
ID gnelaoadiiffeiddnfbbamnmdbfidfog
官方網址 https://chromewebstore.google.com/detail/credits/gnelaoadiiffeiddnfbbamnmdbfidfog
簡介 Learn who created the websites you visit
檔案大小 24.54 KB
安裝次數 24
目前版本 0.3.0
更新時間 2016-05-13
上架時間 2016-05-12
評分 5.00/5 共 2 次評分
開發者 https://makesites.org
電子郵箱 [email protected]
付費類型 free
擴展官網 http://credits.makesit.es
說明頁面URL http://facebook.com/makesites.org
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Credits",
    "version": "0.3.0",
    "short_name": "Credits",
    "description": "Learn who created the websites you visit",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Credits",
        "default_icon": "assets\/img\/icon\/19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "assets\/img\/icon\/48.png",
        "72": "assets\/img\/icon\/72.png",
        "128": "assets\/img\/icon\/128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src http:\/\/credits.makesit.es http:\/\/makesit.es http:\/\/kdi.co http:\/\/cdn.kdi.co http:\/\/cdn.makesit.es http:\/\/fonts.googleapis.com http:\/\/cdnjs.cloudflare.com"
}