WebLinks Ext

Save, edit and use your Shaarli webLinks (as chrome extension)

WebLinks Extคืออะไร?

WebLinks Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weblinks.scriptel.nl และคุณลักษณะหลักของมันคือ "Save, edit and use your Shaarli webLinks (as chrome extension)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebLinks Ext

ดาวน์โหลดไฟล์ส่วนขยาย WebLinks Ext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WebLinks is web-application that gives the Shaarli Bookmarks utility some extra features and a lot more speed.

Shaarli is the personal, minimalist, super-fast, database free, bookmarking service. It gives you the option to save and share the links you discover. Shaarli is a bookmark manager and link sharing service that you can install on your own server. It is designed to be personal (single-user), fast and handy.

You can find all the information on Shaarli on https://shaarli.readthedocs.io/en/master/. It's a friendly fork of the original Shaarli project by Sébastien Sauvage. It is now maintained by the Shaarli community at github.com/shaarli.

WebLinks uses the api-interface of Shaarli to exchange information with your shaarli-server. The first time you have to set the url to your server and the api-secret. The app will then synchronize in the background with your server. All the weblinks are stored in the local storage of your webbrowser, which makes the app really fast.

After you have installed the app you are connected my Shaarli demo-site. You can see if it all works, but the information on this site is refreshed every 30 minutes. If you are satisfied you can enter your own url-link and secret in the settings-menu.


Main features

- Fast
- Several filter options
- Quick-search
- QR-codes
- Download in json and csv-format
- Tags and tagcloud
- Categories
- Option to rate weblink
- Keyboard shortcuts
- Free and open source

Versions

Version 0.1.2 - 2020-05-12

- Icons added
- Number of weblinks visible
- Minor bugs

Version 0.1.1 - 2020-05-08

- Some minor bugs
- Added extra option to sort weblinks
- The updated field is set to 'now' after it is used to open weblink
- Removed the storage permission in the manifest-file

Version 0.1.0 - 2020-05-05

- Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebLinks Ext WebLinks Ext
ID pnejcofgljlklmmjkocipnanfdbaclke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weblinks-ext/pnejcofgljlklmmjkocipnanfdbaclke
คำอธิบาย Save, edit and use your Shaarli webLinks (as chrome extension)
ขนาดไฟล์ 546 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2020-05-13
วันที่เผยแพร่ 2020-05-12
ผู้พัฒนา https://weblinks.scriptel.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weblinks.scriptel.nl
URL หน้านโยบายความเป็นส่วนตัว https://radios2s.scriptel.nl/assets/privacy-policy-scriptel.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebLinks Ext",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Save, edit and use your Shaarli webLinks (as chrome extension)",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png",
        "512": "icon-512.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "\/res\/icon\/android-icon-144x144.png"
    },
    "homepage_url": "https:\/\/weblinks.scriptel.nl",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs"
    ]
}