Journal Save Button

Save links, documents, and more to Journal.

Journal Save Button là gì?

Journal Save Button là một tiện ích mở rộng Chrome được phát triển bởi http://usejournal.com, và tính năng chính của nó là "Save links, documents, and more to Journal.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Journal Save Button

Tải xuống các tệp mở rộng Journal Save Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save anything from anywhere with the Journal Save Button for Chrome.

These days, space is hard to find. The chaos of life, the pressure to get things done, the stress of feeling scattered - all these things crowd out that essential mental space for thinking, focusing, and creating.

Make Space with the Journal Chrome Extension:

🧘‍♂️  SEE YOUR IDEAS IN ONE PLACE
Journal is the place to visually organize content and ideas from anywhere, helping you clear your head.

➕  SAVE ANYTHING, FROM ANYWHERE
Add long reads, to-dos, recipes, how-tos, inspiration, and more - from any app or website.

📝 WRITE NOTES
Whenever you need to unload a thought, write a note. Jot down notes on articles, videos, recipes, emails... you name it.

💭 ORGANIZE ALL YOUR IDEAS IN SPACES
Make Spaces to visually organize your content and notes - keeping your inspiration flowing and your projects running smoothly.

☁️ SPACES
Our members make Spaces for activities and projects like:


- 🏍 Motorcycle Road Trip Through Colombia
- 📚 Best Reads of 2020
- 🍔 Delicious BBQ Recipes
- 👰 Bay Area Wedding Planning
- 🎨 Product Design Inspiration

🤝 CAN I USE JOURNAL WITH FRIENDS?
Yes! Journal is meant for sharing ideas big and small. Bring in your team, a friend, or anyone. When the time is right, showcase your spaces for the world to see. 

💻 IS THE CHROME EXTENSION DIFFERENT FROM THE REST OF YOUR APPS?
A bit! Journal is available on Web, Mac, and iOS - so you can use it on almost any device.

Used together, the Journal apps help you get all your ideas in one place. They make it easy to write down all your ideas and save anything from anywhere.  

The Journal Chrome Extension gives you the superpower of saving content from any app or website. This way, you can save ideas whenever and wherever inspiration strikes. Content you save with the Chrome extension is synced between all our apps too.

🤲 CAN I USE JOURNAL FOR FREE?
Yes! All members have access to Journal Free by default. You can upgrade to clear your head with Journal Plus at any time too.

📝 WHAT’S INCLUDED FOR FREE?

- Connect up to 2 apps.
- Find and save the last 14 days of content from your connected apps without leaving Journal.
- Simple, polite writing experience to help you clear your head.
- Unlimited sharing. Great for collaborating on ideas with friends and teammates.

➕ WHAT’S INCLUDED IN JOURNAL PLUS?

- Connect unlimited apps to bring all your content to life with rich previews.
- Find and save unlimited content from your connected apps without leaving Journal.
- Simple, polite writing experience to help you clear your head.
- Unlimited sharing. Great for collaborating on ideas with friends and teammates.

👋 GET IN TOUCH

- Email us: [email protected]
- Read our blog: https://blog.usejournal.com/
- Tweet @ us: @usejournal
- Visit our site: usejournal.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Journal Save Button Journal Save Button
ID kbohddbflfbpjckcmdnnpjkgacohekek
URL Chính Thức https://chrome.google.com/webstore/detail/journal-save-button/kbohddbflfbpjckcmdnnpjkgacohekek
Mô tả Save links, documents, and more to Journal.
Kích Thước Tệp 4.32 MB
Số Lần Cài Đặt 471
Phiên Bản Hiện Tại 2020.47
Cập Nhật Lần Cuối 2020-12-16
Ngày Phát Hành 2020-07-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://usejournal.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://usejournal.com
URL Trang Trợ Giúp https://usejournal.com
URL Trang Chính Sách Bảo Mật https://heyday.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Save to Journal"
    },
    "commands": {
        "add-to-journal": {
            "description": "Save to Journal",
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "Command+Shift+J"
            }
        }
    },
    "content_security_policy": "script-src 'self';style-src * 'unsafe-inline';connect-src https:\/\/*.canopyiq.com wss:\/\/*.canopyiq.com https:\/\/*.usejournal.com wss:\/\/*.usejournal.com https:\/\/*.launchdarkly.com https:\/\/*.auth0.com https:\/\/*.canopyiq.com https:\/\/api.segment.io https:\/\/*.ingest.sentry.io ws:\/\/127.0.0.1:61803 http:\/\/127.0.0.1:61803;media-src;child-src https:\/\/www.youtube.com https:\/\/player.vimeo.com https:\/\/fast.wistia.net;default-src 'self';font-src 'self' https:\/\/* data:;img-src 'self' https:\/\/* http:\/\/* data:",
    "description": "Save links, documents, and more to Journal.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Journal Save Button",
    "omnibox": {
        "keyword": "j"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "webRequest",
        "contextMenus",
        "tabs",
        "storage",
        "cookies",
        "unlimitedStorage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "2020.47",
    "web_accessible_resources": [
        "css\/*",
        "img\/*",
        "inject.html",
        "test.gif"
    ]
}